Skip to main content
GET
/
companies
/
{company_id}
/
relevance
[BETA] Get company relevance
curl --request GET \
  --url https://api.getpg.ai/public-api/v1/companies/{company_id}/relevance \
  --header 'x-api-key: <api-key>'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.getpg.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

Your API key for authentication. Get your API key from the PG:AI dashboard under Settings > API Keys.

Path Parameters

company_id
string
required

Company UUID

Query Parameters

q
string

Override the default relevance query.

per_source
integer
default:10

Max hits per source (default 10, max 50).

date_from
string

ISO 8601 lower bound.

date_to
string

ISO 8601 upper bound.

Response

Success — { items, total, page, per_page } envelope

Response data